home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / cnttlkt2.lha / Routines / LOGPO < prev    next >
Text File  |  1994-12-13  |  137b  |  3 lines

  1. LOGPO: procedure;arg p;if exists('sysdata:log/port'p) then sendfile 'sysdata:log/port'p
  2.   else transmit 'Port 'p' log not found.';return
  3.